home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / win / ch07 / 07fig04b.wrl < prev    next >
Text File  |  1996-09-23  |  276b  |  16 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright 1997 By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Transform {
  6.     scale 2.0 1.0 1.0
  7.     children [
  8.         Shape {
  9.             appearance Appearance {
  10.                 material Material { }
  11.             }
  12.             geometry Sphere { }
  13.         }
  14.     ]
  15. }
  16.